Skip to content

Upgrade Deps#48

Open
HappyPaul55 wants to merge 2 commits intomainfrom
upgrade-deps-2026-07-01
Open

Upgrade Deps#48
HappyPaul55 wants to merge 2 commits intomainfrom
upgrade-deps-2026-07-01

Conversation

@HappyPaul55
Copy link
Contributor

@HappyPaul55 HappyPaul55 commented Jan 7, 2026

This pull request updates several dependencies in the package.json file to newer versions. These updates include both runtime dependencies and development dependencies to keep the project up-to-date and compatible with the latest features and bug fixes.

Dependency updates:

  • Updated core dependencies such as @deskpro/app-sdk, @deskpro/deskpro-ui, @sentry/react, @sentry/vite-plugin, @tanstack/react-query, and react-router-dom to their latest minor or patch versions.
  • Updated development dependencies including @swc/core, @swc/helpers, @types/lodash, @types/react, jest-environment-jsdom, styled-components, typescript, and vite to newer versions. [1] [2]

Summary by Sourcery

Update project dependencies to newer minor and patch versions.

Build:

  • Bump core runtime libraries including Deskpro SDK/UI, Sentry, React Query, and react-router-dom.
  • Refresh build and tooling dependencies such as SWC, TypeScript, Jest jsdom environment, styled-components, and Vite to more recent versions.

@HappyPaul55 HappyPaul55 requested a review from Copilot January 7, 2026 14:15
@sourcery-ai
Copy link

sourcery-ai bot commented Jan 7, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This PR upgrades several runtime and development dependencies in package.json to newer minor/patch versions and refreshes pnpm-lock.yaml to align with the updated versions.

File-Level Changes

Change Details Files
Upgrade core runtime dependencies to newer minor/patch versions.
  • Bump @deskpro/app-sdk from ^6.0.6 to ^6.0.8.
  • Bump @deskpro/deskpro-ui from ^8.3.1 to ^8.4.0.
  • Bump @sentry/react from ^9.38.0 to ^9.47.1.
  • Bump @sentry/vite-plugin from ^3.5.0 to ^3.6.1.
  • Bump @tanstack/react-query from ^4.40.1 to ^4.42.0.
  • Bump react-router-dom from ^6.30.1 to ^6.30.2.
package.json
pnpm-lock.yaml
Upgrade build, tooling, and type-related devDependencies.
  • Bump @swc/core from ^1.12.14 to ^1.15.8 and @swc/helpers from ^0.5.17 to ^0.5.18 for the JS/TS transpilation pipeline.
  • Bump @types/lodash from ^4.17.20 to ^4.17.21 and @types/react from ^18.3.23 to ^18.3.27 for updated type definitions.
  • Bump jest-environment-jsdom from ^30.0.5 to ^30.2.0 for the test runtime.
  • Bump styled-components from ^6.1.19 to ^6.2.0 for styling updates.
  • Bump typescript from ^5.8.3 to ^5.9.3 and vite from ^6.3.6 to ^6.4.1 for the compiler and bundler.
package.json
pnpm-lock.yaml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates 16 dependencies to their latest versions within their declared semantic versioning ranges. The updates include both runtime and development dependencies, with a mix of patch and minor version bumps.

Key changes:

  • Core UI/SDK dependencies updated (@deskpro/app-sdk, @deskpro/deskpro-ui)
  • Development tooling modernized (TypeScript 5.8.3 → 5.9.3, Vite 6.3.6 → 6.4.1)
  • Monitoring and testing infrastructure updated (@sentry packages, jest-environment-jsdom)

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Updated version specifiers for 16 dependencies (6 runtime, 10 dev) across patch and minor versions
pnpm-lock.yaml Corresponding lock file updates with resolved dependency tree changes reflecting the package.json updates

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants